intel: Adds support for Agilex platform
authorHadi Asyrafi <[email protected]>
Thu, 27 Jun 2019 03:34:03 +0000 (11:34 +0800)
committerHadi Asyrafi <[email protected]>
Wed, 17 Jul 2019 11:06:49 +0000 (19:06 +0800)
commit2f11d548f29ecf318059a5531b11f3f7aa61aa26
treec98702a3aba32a4d920d84f96fabd545aab1fd98
parentdc150425c36c83edf48654424fcbbc98ee17acea
intel: Adds support for Agilex platform

Signed-off-by: Hadi Asyrafi <[email protected]>
Change-Id: Ib2ad2068abdf0b204c5cb021ea919581adaca4ef
33 files changed:
docs/maintainers.rst
docs/plat/intel-agilex.rst [new file with mode: 0644]
plat/intel/soc/agilex/aarch64/plat_helpers.S [new file with mode: 0644]
plat/intel/soc/agilex/aarch64/platform_common.c [new file with mode: 0644]
plat/intel/soc/agilex/bl2_plat_mem_params_desc.c [new file with mode: 0644]
plat/intel/soc/agilex/bl2_plat_setup.c [new file with mode: 0644]
plat/intel/soc/agilex/bl31_plat_setup.c [new file with mode: 0644]
plat/intel/soc/agilex/include/agilex_clock_manager.h [new file with mode: 0644]
plat/intel/soc/agilex/include/agilex_handoff.h [new file with mode: 0644]
plat/intel/soc/agilex/include/agilex_mailbox.h [new file with mode: 0644]
plat/intel/soc/agilex/include/agilex_memory_controller.h [new file with mode: 0644]
plat/intel/soc/agilex/include/agilex_noc.h [new file with mode: 0644]
plat/intel/soc/agilex/include/agilex_pinmux.h [new file with mode: 0644]
plat/intel/soc/agilex/include/agilex_private.h [new file with mode: 0644]
plat/intel/soc/agilex/include/agilex_reset_manager.h [new file with mode: 0644]
plat/intel/soc/agilex/include/agilex_system_manager.h [new file with mode: 0644]
plat/intel/soc/agilex/include/plat_macros.S [new file with mode: 0644]
plat/intel/soc/agilex/include/platform_def.h [new file with mode: 0644]
plat/intel/soc/agilex/include/socfpga_private.h [new file with mode: 0644]
plat/intel/soc/agilex/platform.mk [new file with mode: 0644]
plat/intel/soc/agilex/soc/agilex_clock_manager.c [new file with mode: 0644]
plat/intel/soc/agilex/soc/agilex_handoff.c [new file with mode: 0644]
plat/intel/soc/agilex/soc/agilex_mailbox.c [new file with mode: 0644]
plat/intel/soc/agilex/soc/agilex_memory_controller.c [new file with mode: 0644]
plat/intel/soc/agilex/soc/agilex_pinmux.c [new file with mode: 0644]
plat/intel/soc/agilex/soc/agilex_reset_manager.c [new file with mode: 0644]
plat/intel/soc/agilex/soc/agilex_system_manager.c [new file with mode: 0644]
plat/intel/soc/agilex/socfpga_delay_timer.c [new file with mode: 0644]
plat/intel/soc/agilex/socfpga_image_load.c [new file with mode: 0644]
plat/intel/soc/agilex/socfpga_psci.c [new file with mode: 0644]
plat/intel/soc/agilex/socfpga_sip_svc.c [new file with mode: 0644]
plat/intel/soc/agilex/socfpga_storage.c [new file with mode: 0644]
plat/intel/soc/agilex/socfpga_topology.c [new file with mode: 0644]